home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / CHOOSE.DIR / 00006_Script_6 < prev    next >
Text File  |  1994-12-08  |  352b  |  17 lines

  1. on exitFrame
  2.   global gMoovLength
  3.   
  4.   if the movieTime of sprite 20 < gMoovLength then
  5.     go to the frame
  6.     
  7.     --repeat while the movieRate of sprite 20
  8.     --if the movieTime of sprite 20 > gMoovLength then exit
  9.     --if the mouseDown then exit
  10.     --updateStage
  11.     --end repeat
  12.     
  13.   else
  14.     go to the frame + 1
  15.   end if
  16. end
  17.